home *** CD-ROM | disk | FTP | other *** search
- TailorMonitor = {
- ACTIONS = {
- setTailor:;
- };
- OUTLETS = {
- tailorSwitch;
- };
- SUPERCLASS = PrefsMonitor;
- };
- PrefsMonitor = {
- ACTIONS = {
- doSet:;
- };
- OUTLETS = {
- guts;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PageOneApp = {
- ACTIONS = {
- terminate:;
- performMenuAction:;
- new:;
- info:;
- help:;
- open:;
- };
- OUTLETS = {
- stringTable;
- infoPanel;
- inspector;
- pagePalette;
- spotColorWell;
- };
- SUPERCLASS = Application;
- };
-